/* _content/Workflow Modules Modern/Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-9gvw9wr8i9] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-9gvw9wr8i9] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-9gvw9wr8i9] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

.title[b-9gvw9wr8i9] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-9gvw9wr8i9] {
        font-size: inherit;
    }
}
/* _content/Workflow Modules Modern/Shared/LoginLayout.razor.rz.scp.css */
.page[b-ximrw1ugxu] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}

[b-ximrw1ugxu] .page-layout,
[b-ximrw1ugxu] .page-layout > .dx-gridlayout-root,
[b-ximrw1ugxu] .layout-item {
    background-color: inherit;
}

[b-ximrw1ugxu] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-ximrw1ugxu] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-ximrw1ugxu] .fit-width {
    max-width: 100%;
}

[b-ximrw1ugxu] .mw-1100 {
    max-width: 1100px;
}
/* _content/Workflow Modules Modern/Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-hdzwi5ll6z] {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
    height: 100%;
    width: 300px;
    max-height: 100%;
    overflow: auto;
    background-color:rgb(243,244,245);
}

.sidebar.collapse[b-hdzwi5ll6z] {
    display: none;
}

.sidebar.expand[b-hdzwi5ll6z] {
    display: block;
}

[b-hdzwi5ll6z] .icon-style {
    width: 28px;
}

[b-hdzwi5ll6z] .active:focus .icon-style {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(174deg) brightness(105%) contrast(103%);
}

@media (max-width: 1199.98px) {
    .sidebar[b-hdzwi5ll6z] {
        display: none;
    }

    .sidebar.expand[b-hdzwi5ll6z] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        height: 100%;
        min-width: 25%;
        z-index: 1050;
    }
}
[b-hdzwi5ll6z] .app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 1rem;
}

[b-hdzwi5ll6z] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

[b-hdzwi5ll6z] .app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

[b-hdzwi5ll6z] .app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: .25rem 1rem .25rem .125rem;
}
[b-hdzwi5ll6z] .app-sidebar,
[b-hdzwi5ll6z] .app-sidebar > .nav-pills,
[b-hdzwi5ll6z] .app-sidebar > .nav-pills > .nav-item,
[b-hdzwi5ll6z] .app-sidebar > .nav-pills > .nav-item > a:not(.active) {
    background-color: inherit;
}

@media (max-width: 1199.98px) {
    [b-hdzwi5ll6z] .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }
}
